home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / zlib.lha / zlib.readme < prev   
Text File  |  1997-05-10  |  932b  |  24 lines

  1. Short: standard data compression library
  2. Type: util/libs
  3. Uploader: mlelstv@serpens.swb.de
  4. Author: mlelstv@serpens.swb.de
  5.  
  6. This is a port of the standard "zlib 1.0.4" library created
  7. by Jean-loup Gailly and Mark Adler. zlib uses an algorithm
  8. similar to the one used in the popular gzip program.
  9.  
  10. It has been partially converted into an AmigaOS shared library
  11. except for some convenience functions that sit on top of
  12. the stdio library. These functions are kept in a linker
  13. library compatible with the SAS/C compiler. Programs that
  14. require zlib can simply link against the linker library.
  15.  
  16. Except for some changes required for the shared library the
  17. only other change is an 68k assembler version of the longest_match
  18. routine which is the heart of the compressor. As a result this
  19. library reaches about 90% the speed of the gzip program. The
  20. remaining speed difference comes from the SAS/C compiler used
  21. (compared to GNU C for gzip).
  22.  
  23.  
  24.